39. Exercise: Add Delete Functionality

Add Delete Functionality

In this exercise, you'll add the ability to delete all the weather data from the table. This won't be used in the app, but will give you some practice implementing one of the content provider methods.

Exercise Code

Exercise: S09.03-Exercise-ContentProviderDelete

Finish the TODOs in the exercise to add delete and then test your code.

SOLUTION:
  • I've added delete functionality.
  • I've tested my code.